Click or drag to resize

GroupBy Class

Specifies an arbitrary grouping for FindItem queries.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeGroupBy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class GroupBy : IGroupBy

The GroupBy type exposes the following members.

Constructors
  NameDescription
Public methodGroupBy
Initializes a new instance of the GroupBy class.
Public methodGroupBy(PropertyPath)
Initializes a new instance of the GroupBy class.
Public methodGroupBy(PropertyPath, AggregateOn)
Initializes a new instance of the GroupBy class.
Public methodGroupBy(PropertyPath, SortDirection)
Initializes a new instance of the GroupBy class.
Public methodGroupBy(PropertyPath, SortDirection, AggregateOn)
Initializes a new instance of the GroupBy class.
Top
Properties
  NameDescription
Public propertyAggregateOn
Represents the field that is used to determine the order of groups in a response.
Public propertyOrder
Determines the order of the groups in the grouped item array that is returned in the response.
Public propertyPropertyPath
Identifies frequently referenced properties by URI.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current GroupBy object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also